home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir39 / apbusfix.zip / README.TXT < prev   
Text File  |  1993-04-10  |  3KB  |  59 lines

  1.  
  2.   File to describe usage of BUSONOFF.BAT.
  3.  
  4.   BUSONOFF.BAT is a batch file used to set the bus on and bus off time
  5.   of the AHA-1540/1540A/1542A/1540B/1542B. If you have an AHA-1540C/1542C,
  6.   use C_CONFIG.ZIP from the Adaptec BBS.
  7.  
  8.   The bus on/off times set by this program will allow tape drives (both
  9.   floppy and/or SCSI based tape backup) to stream.  The tape drive may or
  10.   may not be attached to the host adapter (e.g. the tape drive may be
  11.   floppy based and may be attached to the system floppy controller).
  12.  
  13.   DOS DEBUG is required, and must be in the same <path> as BUSONOFF.BAT.
  14.   In addition, the data file BUSONOFF must also be in the same <path>
  15.   as the .BAT program.  BUSONOFF.BAT can be placed in the AUTOEXEC.BAT,
  16.   so that the bus on and bus off times are set every time the system is
  17.   booted.  Once the bus on/off times are set, they will remain set, and
  18.   BUSONOFF.BAT does not need to be run again.
  19.  
  20.      Sample AUTOEXEC.BAT:
  21.  
  22.      PROMPT $P$G
  23.      PATH C:\;C:\DOS;C:\WINDOWS
  24.      TEMP=C:\WINDOWS
  25.      BUSONOFF.BAT
  26.  
  27.     NOTE:  Make sure that the BUSONOFF data file and DOS DEBUG are in the
  28.                same <path> or subdirectory as BUSONOFF.BAT
  29.  
  30.  Technical Information:
  31.  
  32.   The bus on/off parameter is the amount of time the host adapter uses to
  33.   take control of the AT bus to do direct memory access (DMA) data transfers.
  34.   If this time is too large, it may keep tape drives from streaming, thus
  35.   increasing the time to do backups.  The default bus on time is 11 micro-
  36.   seconds, and the default bus off time is 4 microseconds.  DISONOFF.BAT
  37.   will change these values to bus on time=4 microseconds and bus off time=
  38.   12 microseconds.  Performance under DOS should not be affected, but the
  39.   tape drive will be allowed to stream.
  40.  
  41.   To set the bus on time back to 11 microseconds, use DOS DEBUG:
  42.  
  43.     -o 331 07        :This is the host adapter command for set bus on time
  44.     -o 331 0B        :This sets the value to 11 microseconds
  45.     -o 330 40        :This resets the adapter
  46.     -q               :This quits DOS DEBUG and returns to the DOS prompt
  47.  
  48.   To set the bus off time back to 4 microseconds, use DOS DEBUG:
  49.  
  50.    -o 331 08         :This is the host adapter command for set bus off time
  51.    -o 331 04            :This sets the value to 4 microseconds
  52.    -o 330 40         :This resets the adapter
  53.    -q                :This quits DOS DEBUG and returns to the DOS prompt
  54.  
  55.   Please send feedback on this utility to the Sysop of the Adaptec BBS
  56.   (408) 945-7727.  
  57.  
  58.   Thanks.
  59.